home *** CD-ROM | disk | FTP | other *** search
-
- (defun standard-char-graphic (c gc) "\
- Display character C as graphic set character GC in
- backslash-char-table and ctl-arrow-char-table." (byte-code "בגדה !וQ!!⑧זח
- ✓#êזט
- ✓#ê✓)ç" [r gc c vector new-glyf "(0" char-to-string "(B" put-char-table-dispr backslash-char-table ctl-arrow-char-table] 10))
-
- (defun standard-char-underline (c uc) "\
- Display character C as character UC underlined in
- backslash-char-table and ctl-arrow-char-table." (byte-code "בגדה !וQ!!⑧זח
- ✓#êזט
- ✓#ê✓)ç" [r uc c vector new-glyf "" char-to-string "" put-char-table-dispr backslash-char-table ctl-arrow-char-table] 10))
-
- (defun standard-frameg-graphic (gc) "\
- For the frame glyf, use graphic set character GC in
- backslash-char-table and ctl-arrow-char-table." (byte-code "אבג !דQ!⑧הו ✓\"êהז ✓\"ê✓)ç" [g gc new-glyf "(0" char-to-string "(B" put-char-table-frameg backslash-char-table ctl-arrow-char-table] 8))
-
- (defun standard-truncg-graphic (gc) "\
- For the truncation glyf, use graphic set character GC in
- backslash-char-table and ctl-arrow-char-table." (byte-code "אבג !דQ!⑧הו ✓\"êהז ✓\"ê✓)ç" [g gc new-glyf "(0" char-to-string "(B" put-char-table-truncg backslash-char-table ctl-arrow-char-table] 8))
-
- (defun standard-wrapg-graphic (gc) "\
- For the line wrap glyf, use graphic set character GC in
- backslash-char-table and ctl-arrow-char-table." (byte-code "אבג !דQ!⑧הו ✓\"êהז ✓\"ê✓)ç" [g gc new-glyf "(0" char-to-string "(B" put-char-table-wrapg backslash-char-table ctl-arrow-char-table] 8))
-
- (provide (quote char-table-vt100))
-